home *** CD-ROM | disk | FTP | other *** search
/ PowerQuest 2002 / PowerQuest 2002.iso / POWERQUEST / PQ ServerMagic 4.0 / SIMAGE / Rescueme / OS2DOS / AUTOEXE2.BAT next >
Encoding:
DOS Batch File  |  2000-10-25  |  680 b   |  22 lines

  1. @ECHO OFF
  2. PROMPT $P$G
  3.  
  4. REM -------------------------------------------------------
  5. REM -- Put keyboard codes (xx) and                       --
  6. REM -- code page variables (yyy) here.                   --
  7. REM -------------------------------------------------------
  8.  
  9. REM MODE CON CP PREP=((yyy) EGA.CPI)
  10. REM MODE CON CP SEL=yyy
  11. REM KEYB xx,yyy
  12.  
  13.  
  14. REM -------------------------------------------------------
  15. REM -- Put network or CD-ROM drivers here.               --
  16. REM -------------------------------------------------------
  17.  
  18. REM Windows DOS:
  19. REM MSCDEX.EXE /D:driver_name [/L:drive_letter] [/M:buffers]
  20.  
  21. REM Caldera DOS:
  22. REM NWCDEX.EXE /D:driver_name [/L:drive_letter] [/M:buffers]